.banner {
	position: relative;
}

.w_1440 {
	max-width: 1440px;
	width: 98%;
	margin: 0 auto;
}

.header_top {
	max-width: 1440px;
	width: 98%;
	top: 1.5625rem;
	position: absolute;
	z-index: 999999;
	left: 50%;
	transform: translateX(-50%);
}

.header_top .date span {
	color: #ffffff;
	font-size: 1rem;
	margin-top: -3px;
}

.header_top .right .date {
	display: flex;
	align-items: center;
}

.header_top .right .date a {
	color: #ffffff;
	font-size: 1rem;
	border-right: 1px solid #fff;
	padding-right: 1rem;
	margin-right: 1rem;
}

.phone_search {
	display: none;
}

.header_top .right .date .input {
	width: 11.25rem;
	height: 1.875rem;
	position: relative;
}

.header_top .right .date .input img {
	position: absolute;
	cursor: pointer;
	right: .7rem;
	top: 50%;
	transform: translateY(-50%);
}

.header_top .right .date .input img.red {
	display: none;
}

.header_top2 .right .date .input img.red {
	display: block;
}

.header_top2 .right .date .input img.wi {
	display: none;
}

.header_top .right .date .input input {
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	font-size: 0.875rem;
	box-sizing: border-box;
	padding: 0 1.875rem 0 0.5rem;
}


.header_top2 .right .date .input input {
	border: 1px solid #333;
	color: #333;
}

.header_top2 .right .date a {
	color: #333;
	border-right: 1px solid #333;
}

.header_top .right {
	margin-top: 0.5rem;
	margin-right: 0.625rem;
}

.header_top .link .link-1 {
	border: 1px solid #d5938a;
	border-radius: 4px;
	width: 80px;
	height: 30px;
	overflow: hidden;
}

.header_top .link .link-1 a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 0.875rem;
	font-weight: bold;
	box-sizing: border-box;
	display: block;
	width: 50%;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.header_top .link .link-1 .a_1 {
	background-color: #871c10;
	box-sizing: border-box;
}

.header_top .link .link-1 .a_2 {
	opacity: 0.5;
}

.sidemenu_wrap {
	display: none;
}

.container {
	position: absolute;
	width: 100%;
	height: 10rem;
	top: 0;
	left: 0;
	z-index: 99999;
	/* background-color: rgba(0, 0, 0, .3); */
	/* background: url(../img/icon/bg.png) repeat-x; */
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.container .headwbc {
	display: flex;
	position: relative;
}

.container .headwbc .new-box {
	flex: 1;
}

.container .right ul {
	display: flex;
	padding-top: 4.375rem;
	margin-left: 0.625rem;
	box-sizing: border-box;
}

.container .right ul li {
	text-align: center;
	padding: 0 1rem;
	padding-bottom: 1.5rem;
}

.container .right ul li.active {
	border-bottom: 3px solid #da251c;
}

.container .right ul li.active a {
	color: #da251c;
}

.container .right ul li:hover {
	border-bottom: 3px solid #da251c;
}

.container .right ul li a {
	color: #FFFFFF;
	font-size: 1rem;
	padding-bottom: 1rem;
}

.container .right ul li a:hover {
	color: #da251c;
}

.container .right ul .last_li a {
	opacity: 0.5;
}

#search .tex {
	height: 2.5rem;
	padding: 0 1.875rem;
	border-radius: 5px;
	line-height: 2.5rem;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	color: #333333;
	font-size: 1rem;
	width: 14.5rem;
}

.search {
	display: none;
	position: absolute;
	right: 0;
	top: 6.5rem;
}

.search .btn {
	position: absolute;
	background: url(../img/icon/search_2.png) center no-repeat;
	width: 18px;
	height: 18px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	margin-right: 0.3125rem;
}

.phone_search {
	padding-top: 4.375rem;
	box-sizing: border-box;
	cursor: pointer;
}

.headwbw img {
	margin-top: 1.25rem;
}

.banner .swiper-container {
	height: 100%;
}

.banner .swiper-slide {
	background-size: cover !important;
}

.banner .swiper-slide img {
	display: none;
}

.banner .swiper-pagination-bullet {
	width: 3.75rem;
	height: 0.25rem;
	border-radius: 0;
	background-color: rgba(255, 255, 255, .5);
}

.banner .swiper-pagination-bullet-active {
	background-color: #fff;
	border-radius: 0;
}

.notice {
	background-color: #efefef;
	height: 4.375rem;
	line-height: 4.375rem;
	overflow: hidden;
}

.notice .w {
	display: flex;
}

.notice .text {
	flex: 1;
	overflow: hidden;
}

.notice .text .div_1 {
	display: flex;
}

.notice .text .div_1 .div_2 {
	flex: 1;
}

.notice .text .div_1 .div_2 {
	margin-right: 4%;
}

.notice .text .div_1 .div_2 a {
	/* 	display:block; */
	display: flex;
}

.notice .text .swiper-slide a {
	color: #333333;
	font-size: 1rem;
	width: 90%;
	display: flex;
}

.notice .text .swiper-slide a .txt {
	flex: 1;
	width: 0;
}

.notice .text .swiper-slide a .time {
	color: #999999;
	font-size: 1rem;
}

.notice .img {
	padding-left: 3.125%;
	padding-right: 1.6%;
}

.txtScroll-top {
	position: relative;
	width: 92.5%;
}

.notice .hd {
	position: absolute;
	right: 0;
	z-index: 999;
	box-sizing: border-box;
	height: 100%;
	display: table;
}

.notice .bd ul li {
	width: 46%;
}

.notice .bd ul li a {
	display: flex;
}

.notice .bd ul li:nth-child(2n) {
	margin-left: 4%;
}

.notice .bd ul li a .text {
	color: #333333;
	font-size: 1rem;
	flex: 1;
	width: 0;
}

.notice .bd ul li a .time {
	color: #999999;
	font-size: 1rem;
	width: 5.125rem;
}

.notice .bd ul li a:hover .text {
	color: #da251c;
}

.index_box {
	background-color: #f7f7f7;
	padding: 3.125rem 0;
}

.index_box .w {
	display: flex;
	flex-wrap: wrap;
}

.index_box .left {
	width: 48.52%;
}

.index_box .left .swiper-slide {
	position: relative;
}

.index_box .left .swiper-slide .img {
	position: relative;
	padding-bottom: 66.66%;
}

.index_box .left .swiper-slide .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.index_box .swiper-pagination {
	text-align: right;
	transform: translateY(-27%);
	box-sizing: border-box;
	padding-right: 3rem;
}

.index_box .left .swiper-slide .text {
	position: absolute;
	color: #ffffff;
	font-size: 1.125rem;
	background-color: rgba(0, 0, 0, .7);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3.75rem;
	line-height: 3.75rem;
	box-sizing: border-box;
	padding-left: 2rem;
}

.index_box .left .swiper-slide .text p {
	width: 70%;
}

.index_box .left .swiper-pagination-bullet {
	width: 0.75rem;
	height: 0.75rem;
	background-color: #fff;
	opacity: 1;
}

.index_box .left .swiper-pagination-bullet-active {
	width: 1.875rem;
	border-radius: 10px;
	background-color: #da251c;
}

.index_box .right {
	flex: 1;
	margin-left: 2.5rem;
}

.index-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #dddddd;
	padding-bottom: 1.25rem;
	margin-bottom: 2.5rem;
}

.index-title .name {
	color: #222222;
	font-size: 1.875rem;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.index-title .name img {
	margin-right: 1.25rem;
}

ul.date-list li {
	margin-bottom: 0.625rem;
}

ul.date-list li:last-child {
	margin-bottom: 0;
}

ul.date-list li a {
	display: flex;
	background-color: #fff;
	box-sizing: border-box;
	padding: 1rem 1.5625rem;
}

ul.date-list li a .date {
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	padding-right: 1rem;
	margin-right: 1rem;
}

ul.date-list li a .date .t {
	color: #da251c;
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
}

ul.date-list li a .date .t::before {
	content: "";
	background-color: #ddd;
	height: 1px;
	width: 1.25rem;
	position: absolute;
	left: 0;
	bottom: 0;
}

ul.date-list li a .date .t2 {
	color: #da251c;
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

ul.date-list li a .text {
	flex: 1;
}

ul.date-list li a .text .t {
	color: #222222;
	font-size: 1.125rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

ul.date-list li a .text .t2 {
	color: #666666;
	font-size: 0.875rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index_box2 {
	margin-top: 1.875rem;
	display: flex;
	flex-wrap: wrap;
}

.index_box2 .left {
	width: 53.67%;
}

.index_box2 .left ul.date-list li a {
	background-color: #f7f7f7;
}

.index_box2 .left ul.ul li {
	margin-top: 1rem;
}

.index_box2 .left ul.ul li a {
	display: flex;
}

.index_box2 .left ul.ul li .date {
	color: #999999;
	font-size: 1rem;
	width: 6.25rem;
	text-align: right;
}

.index_box2 .left ul.ul li .t {
	flex: 1;
	color: #222222;
	font-size: 1rem;
	display: flex;
	align-items: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index_box2 .left ul.ul li .t img {
	margin-right: 1rem;
}

.index_box2 .left ul.ul li a:hover .t {
	color: #da251c;
}

.index_box2 .right {
	flex: 1;
	margin-left: 2.5rem;
}

.index_box2 .right .img {
	position: relative;
	padding-bottom: 67.79%;
}

.index_box2 .right .img a {
	display: block;
}

.index_box2 .right .img .img_1 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.index_box2 .right .img .img_2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.index_list li:hover .text {
	color: #DA251C;
	transform: translateX(5px);
}

.index_box2 .hot .text a .t2:hover {
	color: #DA251C;
}

.index_box .right .hot .t2 a:hover span {
	text-decoration: underline;
}

.new-box3 .box {
	margin-top: 1.875rem;
}

.new-box3 .box ul {
	position: relative;
	height: 15.75rem;
	overflow: hidden;
}

.new-box3 .box ul li {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.new-box3 .box ul li img {
	max-width: none;
}

.new-box3 .box ul li.item-2 {
	left: 50%;
}

.new-box3 .box ul li.item-3 {
	left: 74%;
}

/* 第一个 */
.new-box3 .box ul.state-1 .item-1 {
	left: 0;
}

.new-box3 .box ul.state-1 .item-2 {
	left: 50%;
}

.new-box3 .box ul.state-1 .item-3 {
	left: 70%;
}

/* 第二个 */
.new-box3 .box ul.state-2 .item-1 {
	left: 0;
}

.new-box3 .box ul.state-2 .item-2 {
	left: 20%;
}

.new-box3 .box ul.state-2 .item-3 {
	left: 70%;
}

/* 第三个 */
.new-box3 .box ul.state-3 .item-1 {
	left: 0;
}

.new-box3 .box ul.state-3 .item-2 {
	left: 20%;
}

.new-box3 .box ul.state-3 .item-3 {
	left: 50%;
}

/* 第四个 */
.new-box3 .box ul.state-4 .item-1 {
	left: 0;
}

.new-box3 .box ul.state-4 .item-2 {
	left: 19%;
}

.new-box3 .box ul.state-4 .item-3 {
	left: 43.7%;
}

.new-box3 .box ul.state-4 .item-4 {
	left: 66%;
}

.index_box4 .left {
	width: 56.25%;
	max-width: 720px;
}

.index_box4 {
	margin-top: 1.875rem;
}

.index_box4 .index_ul {
	display: flex;
	margin-top: 1.25rem;
}

.index_box4 .index_ul li {
	flex: 1;
	margin-right: 2.5%;
	overflow: hidden;
}

.index_box4 .index_ul li:last-child {
	margin-right: 0;
}

.index_box4 .index_title ul li.on::before {
	content: "";
	position: absolute;
	background-color: #DA251C;
	height: 3px;
	width: 100%;
	top: -13px;
	left: 0px;
}

.index_box4 .right {
	width: 41.41%;
	max-width: 530px;
}

.index_box5 {
	padding-top: 3.75rem;
	padding-bottom: 6.25rem;
	background-size: cover !important;
}

.index_box6 {
	margin-top: 1.875rem;
	background-color: #efefef;
	padding: 1.875rem 0;
}

.fArea01 {
	width: 67%;
	float: left;
	position: relative;
	overflow: hidden;
	height: 164px;
}

.fArea01 ul li {
	border-left: 1px solid #bed4ea;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	width: 725px;
	display: block;
	-webkit-transition: left 300ms, -webkit-opacity 700ms;
	transition: left 300ms, opacity 700ms;
}

.fArea01 ul li .p1 {
	float: left;
	width: 45px;
	text-align: center;
	height: 164px;
	background: #fff;
	color: #DA251C;
}

.fArea01 ul li .p1 p {
	padding-top: 35px;
	font-size: 18px;
	width: 20px;
	line-height: 20px;
	margin: 0 auto;
	padding-bottom: 25px;
	background: url(../img/icon/bottom.png) no-repeat center bottom;
	font-weight: bold;
}



.fArea01 ul li .p2 {
	float: left;
	width: 679px;
	height: 164px;
	background: rgba(255, 255, 255, 0.65);
	display: none;
}

.fArea01 ul li .p2 .clearfix {
	padding: 35px 0 0 25px;
}

.fArea01 ul li .p2 a {
	float: left;
	display: block;
	width: 140px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-left: 16px;
	color: #373737;
	background: url(../img/icon/list-2.png) no-repeat center left;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fArea01 ul li .p2 a:nth-child(4n) {
	margin-right: 0;
}

.fArea01 ul li .p2 a:hover {
	color: #DA251C;
}

.fArea01 .item-1 {
	z-index: 1;
	border-left: none;
}

.fArea01 .item-2 {
	z-index: 2;
}

.fArea01 .item-3 {
	z-index: 3;
}

.fArea01 .item-4 {
	z-index: 4;
}

/* 第一个 */
.fArea01 .state-1 .item-1 {
	left: 0;
}

.fArea01 .state-1 .item-2 {
	left: 725px;
}

.fArea01 .state-1 .item-3 {
	left: 770px;
}

.fArea01 .state-1 .item-4 {
	left: 815px;
}

.fArea01 .state-1 .item-1 .p1 {
	background: #da251c;
	color: #fff;
}

.fArea01 .state-1 .item-1 .p1 p {
	background: url(../img/icon/right.png) no-repeat center bottom;
}

.fArea01 .state-1 .item-1 .p2 {
	display: block;
	width: 680px;
}

/* 第二个 */
.fArea01 .state-2 .item-1 {
	left: 0;
}

.fArea01 .state-2 .item-2 {
	left: 45px;
}

.fArea01 .state-2 .item-3 {
	left: 770px;
}

.fArea01 .state-2 .item-4 {
	left: 815px;
}

.fArea01 .state-2 .item-2 .p1 {
	background: #DA251C;
	color: #fff;
}

.fArea01 .state-2 .item-2 .p1 p {
	background: url(../img/icon/right.png) no-repeat center bottom;
}

.fArea01 .state-2 .item-2 .p2 {
	display: block;
}

/* 第三个 */
.fArea01 .state-3 .item-1 {
	left: 0;
}

.fArea01 .state-3 .item-2 {
	left: 45px;
}

.fArea01 .state-3 .item-3 {
	left: 90px;
}

.fArea01 .state-3 .item-4 {
	left: 815px;
}

.fArea01 .state-3 .item-3 .p1 {
	background: #DA251C;
	color: #fff;
}

.fArea01 .state-3 .item-3 .p1 p {
	background: url(../img/icon/right.png) no-repeat center bottom;
}

.fArea01 .state-3 .item-3 .p2 {
	display: block;
}

/* 第四个 */
.fArea01 .state-4 .item-1 {
	left: 0;
}

.fArea01 .state-4 .item-2 {
	left: 45px;
}

.fArea01 .state-4 .item-3 {
	left: 90px;
}

.fArea01 .state-4 .item-4 {
	left: 135px;
}

.fArea01 .state-4 .item-4 .p1 {
	background: #DA251C;
	color: #fff;
}

.fArea01 .state-4 .item-4 .p1 p {
	background: url(../img/icon/right.png) no-repeat center bottom;
}

.fArea01 .state-4 .item-4 .p2 {
	display: block;
}

.notice .swiper-button-white {
	width: 9px;
	height: 13px;
	background-size: 9px 13px;
}

.notice .swiper-button-next {
	top: 70%;
	background: url(../img/icon/next.png) center no-repeat;
}

/* .index_box6 .w{
	width: 1200px;
} */

.index_box6 .img {
	width: 30%;
	overflow: hidden;
	height: 164px;
}

.index_box6 .img img {
	object-fit: cover;
}

.view_index {
	position: fixed;
	left: 0%;
	top: 100%;
	bottom: 0;
	right: 0;
	background: none;
	transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	z-index: 1;
	outline: none;
	overflow-y: auto;
	background-color: #FFFFFF;
	z-index: 99;
}


.view_index.showdiv {
	top: 116px;
}

.container.wt {
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	z-index: 999;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 10px 0;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	background-color: #FFFFFF;
	height: 6rem;
}

.container.wt .right ul li a {
	color: #333333;
}

.container.wt .right ul li a:hover {
	color: #da251c;
}

.container.wt .date span {
	color: #333333;
}

.container.wt .right ul {
	padding-top: 55px;
}

.container.wt .headwbw img {
	margin-top: 0;
}

.container .headwbw .logo2 {
	display: none;
}

.container.wt .headwbw .logo {
	display: none;
}

.container.wt .headwbw .logo2 {
	display: block;
}

.wtn {
	position: relative;
}

.banner_n {
	position: relative;
}

.banner_n img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.banner_n .titles {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFFFFF;
}

.banner_n .titles span {
	font-size: 1.5rem;
	font-weight: bold;
}

.banner_n .titles p {
	font-size: 1rem;
	margin-top: 0.625rem;
}

.index_link {
	line-height: 3.5625rem;
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	position: relative;
}

.sub li {
	height: 3.125rem;
	line-height: 3.125rem;
}

.sub li a {
	color: #4c4c4c;
	font-size: 1rem;
	display: block;
	padding: 0 1.25rem;
}

.sub li.on a {
	border-bottom: 2px solid #da251c;
}

.sub li:hover a {
	border-bottom: 2px solid #da251c;
}

.index_position li {
	margin-left: 5px;
	height: 3.125rem;
	line-height: 3.125rem;
}

.index_position li a {
	color: #666666;
	font-size: 0.875rem;
}

.index_position li.on a {
	color: #da251c;
}

.wrap {
	background-color: #f4fbff;
	padding: 3.75rem 0;
	min-height: 400px;
}

.wrap .cont {
	font-size: 1rem;
	color: #333333;
	line-height: 2rem;
}

.top_form {
	padding: 2.5rem;
	background-color: #FFFFFF;
	display: flex;
}

.top_form .titles {
	font-size: 1.25rem;
	color: #333333;
	margin-top: 3px;
}

.top_form .form {
	flex: 1;
	margin-left: 1.25rem;
}

.top_form .form input {
	border: 1px solid #DDDDDD;
	line-height: 2.1875rem;
	font-size: 0.875rem;
	width: 100%;
	box-sizing: border-box;
	padding: 0 1.25rem;
	border-radius: 5px;
}

.top_form .form select {
	border: 1px solid #DDDDDD;
	line-height: 2.1875rem;
	height: 2.1875rem;
	font-size: 0.875rem;
	width: 100%;
	box-sizing: border-box;
	padding: 0 1.25rem;
	border-radius: 5px;
	color: #666666;
}

.top_form .btn input {
	background-color: #da251c;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
}

.news_list .hot {
	background-color: #FFFFFF;
	padding: 1.875rem 10%;
	text-align: center;
	margin-top: 1.875rem;
	position: relative;
}

.news_list .hot .tt {
	position: absolute;
	left: 0;
	top: 0;
}

.news_list .hot .titles {
	color: #da251c;
	font-size: 1.875rem;
	font-weight: bold;
}

.news_list .hot .text {
	color: #898989;
	font-size: 1rem;
	line-height: 1.6875rem;
	margin-top: 1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news_list .hot:hover {
	box-shadow: #cfdfec 0px 5px 10px;
}

.news_list ul {
	margin-top: 2.5rem;
}

.news_list ul li {
	padding-top: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom: 1.875rem;
}

.news_list ul li:hover {
	background-color: #FFFFFF;
	box-shadow: #cfdfec 0px 5px 10px;
}

.news_list ul li a {
	display: flex;
}

.news_list ul li .date {
	width: 67px;
	height: 72px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #a7b0b5;
	margin-top: 0.625rem;
}

.news_list ul li .date .t {
	line-height: 2.8125rem;
	background-color: #a7b0b5;
	color: #FFFFFF;
	font-size: 1.625rem;
}

.news_list ul li .date .t2 {
	line-height: 1.5625rem;
	font-size: 0.75rem;
	color: #a7b0b5;
}

.news_list ul li .text {
	flex: 1;
	width: 0;
	padding-left: 30px;
	margin-left: 40px;
	position: relative;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 1.875rem;
}

.news_list ul li .text::before {
	content: "";
	position: absolute;
	height: 90px;
	width: 1px;
	background-color: #DDDDDD;
	left: 0;
}

.news_list ul li .text .t {
	color: #333333;
	font-size: 1.25rem;
}

.news_list ul li .text .eye {
	font-size: 0.875rem;
	color: #333333;
	margin: 0.625rem 0;
}

.news_list ul li .text .txt {
	color: #333333;
	font-size: 0.875rem;
	line-height: 1.6875rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news_list ul li:hover .date {
	border: 1px solid #da251c;
}

.news_list ul li:hover .date .t {
	background-color: #da251c;
}

.news_list ul li:hover .date .t2 {
	color: #da251c;
}

.page {
	text-align: center;
	line-height: 2.5rem;
	margin-top: 1.875rem;
	margin-bottom: 1.25rem;
}

.page a {
	display: inline-block;
	margin: 0 2px;
	padding: 0 15px;
	background: #e0edf5;
	color: #da251c;
	vertical-align: top;
	font-size: 14px;
}

.page a.on {
	background-color: #da251c;
	color: #FFFFFF;
}

.page a:hover {
	background-color: #da251c;
	color: #FFFFFF;
}

.content .titles {
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 0.9375rem;
	margin-bottom: 1.25rem;
}

.content .titles span {
	color: #333333;
	font-size: 1.5rem;
	font-weight: bold;
}

.content .titles .time {
	color: #666666;
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.content .text {
	color: #333333;
	font-size: 1rem;
	line-height: 1.875rem;
}

.wrap .jdgc ul li {
	width: 23%;
	margin-right: 2.666%;
	margin-bottom: 1.25rem;
}

.wrap .jdgc ul li:nth-child(4n) {
	margin-right: 0;
}

.wrap .jdgc ul li .img {
	position: relative;
	height: auto;
	padding-bottom: 65.2%;
}

.wrap .jdgc ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wrap .jdgc ul li p {
	text-align: center;
	color: #333333;
	font-size: 0.875rem;
	text-align: center;
	padding: 0.625rem 1.25rem;
	border: 1px solid #DDDDDD;
	border-top: none;
}

.wrap .ztlb ul li {
	width: 24%;
	margin-right: 1.333%;
	margin-bottom: 20px;
}

.wrap .ztlb ul li:nth-child(4n) {
	margin-right: 0;
}

.wrap .ztlb ul li .img {
	position: relative;
	height: auto;
	padding-bottom: 50.6%;
}

.wrap .ztlb ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header_top .b2 {
	display: none;
}

.header_top2 .b2 {
	display: block;
}

.header_top2 .b1 {
	display: none;
}

.header_top2 .date span {
	color: #333333;
}

.header_top2 .link .link-1 a {
	color: #333333;
}

.header_top .link .link-1 .a_1 {
	color: #FFFFFF;
}

.header_top2 {
	top: 10px;
}

.container .search2 {
	display: none;
}

.container.wt .search1 {
	display: none;
}

.container.wt .search2 {
	display: block;
}

.container.wt .phone_search {
	padding-top: 3.7rem;
}

.banner_2 {
	position: relative;
}

.banner_2 .nav {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #FFFFFF;
	height: 70px;
	box-sizing: border-box;
	padding: 10px 10px 0 10px;
}

.banner_2 .nav .box {
	display: none;
	color: #FFFFFF;
	font-size: 1.125rem;
	text-align: center;
	height: 2.5rem;
	position: relative;
}

.banner_2 .nav .box img {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -9px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.banner_2 .nav .box.on img {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-moz-transform: rotate(90deg);
	/* Firefox */
	-webkit-transform: rotate(90deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(90deg);
	/* Opera */
}

.banner_2 .nav ul {
	display: flex;
	background-color: #da251c;
	line-height: 3.75rem;
}

.banner_2 .nav ul li {
	flex: 1;
}

.banner_2 .nav ul li a {
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	display: block;
	position: relative;
}

.banner_2 .nav ul li a img {
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.banner_2 .nav ul li.on img {
	display: block;
}

.index_boxn {
	margin: 1.875rem auto;
	margin-bottom: 30px;
}

.index_boxn .left {
	max-width: 625px;
	width: 48.8%;
}

.index_boxn .left .swiper-slide {
	position: relative;
	padding-bottom: 66.7%;
}

.index_boxn .left .swiper-slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index_boxn .left .swiper-slide .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	color: #FFFFFF;
	font-size: 1.125rem;
	height: 3.75rem;
	line-height: 3.75rem;
	box-sizing: border-box;
	padding: 0 15% 0 1.25rem;
}

.index_boxn .left .swiper-pagination {
	text-align: right;
	bottom: 17px;
	box-sizing: border-box;
	padding-right: 10px;
}

.index_boxn .left .swiper-pagination-bullet {
	background-color: #FFFFFF;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.index_boxn .left .swiper-pagination-bullet-active {
	background-color: #da251c;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
}

.index_titles {
	background-color: #eeeeee;
	height: 3.125rem;
	line-height: 3.125rem;
	box-sizing: border-box;
	padding-right: 1.25rem;
}

.index_titles .name {
	color: #ffffff;
	font-size: 1.25rem;
	padding: 0 1.25rem;
	background-color: #da251c;
}

.index_titles .more a {
	color: #999999;
	font-size: 0.875rem;
}

.index_titles .more a:hover {
	color: #da251c;
}

.index_boxn .right {
	max-width: 625px;
	width: 48.8%;
}

.list_m {
	margin-top: 1.875rem;
}

.list_m li a {
	display: flex;
}

.list_m li {
	border-bottom: 1px dashed #DDDDDD;
	margin-bottom: 11px;
	padding-bottom: 11px;
}

.list_m li:last-child {
	margin-bottom: 0;
}

.list_m li .text {
	flex: 1;
	width: 0;
	color: #222222;
	font-size: 1.125rem;
}

.list_m li .text img {
	vertical-align: 4px;
	margin-right: 5px;
}

.list_m li .date {
	color: #999999;
	font-size: 1.125rem;
}

.list_m li .text:hover {
	color: #da251c;
}

.lb {
	max-width: 625px;
	width: 48.6%;
}

.index_boxn2 {
	margin-bottom: 30px;
}

.container .right ul li .box {
	margin-top: 1.8rem !important;
	position: absolute;
	width: 100%;
	padding: 10px 20px;
	display: none;
	background-color: rgba(255, 255, 255, .8);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.container .right ul li .box dl {
	box-sizing: border-box;
	padding-left: 30px;
}

.container .right ul li .box dl dd {
	margin-right: 20px;
}

.container .right ul li .box dl dd a {
	text-decoration: none;
	color: #da251c !important;
	padding: 0;
}

.container .right ul li .box dl dd a:hover {
	text-decoration: underline !important;
}

html {
	overflow: hidden;
	overflow-y: auto;
}

.container.wt .right ul li.last_li:hover a {
	/* color: #333333; */
	opacity: 1;
}

.index-box3 {
	padding: 3.125rem 0;
	background-color: #f7f7f7;
}

.index-box3 .w {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-box3 .w .left {
	width: 48.52%;
}

.index-box3 .left ul.date-list li a {
	background-color: #fff;
}

.slideTxtBox .hd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	border-bottom: 2px solid #dddddd;
	padding-bottom: 1.25rem;
	margin-bottom: 2.5rem;
}

.slideTxtBox .hd ul {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.slideTxtBox .hd ul li .name {
	color: #666666;
	font-size: 1.875rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.slideTxtBox .hd ul li .name img {
	margin-right: 1.25rem;
}

.slideTxtBox .hd ul li:first-child {
	padding-right: 1.875rem;
	border-right: 1px solid #ddd;
	margin-right: 1.875rem;
}

.slideTxtBox .hd ul li .img2 {
	display: none;
}

.slideTxtBox .hd ul li.on .img2 {
	display: block;
}

.slideTxtBox .hd ul li.on .img1 {
	display: none;
}

.slideTxtBox .hd ul li.on .name {
	color: #222222;
}

.index-box4 {
	padding-top: 3.75rem;
	background-size: cover !important;
	padding-bottom: 2.5rem;
	position: relative;
	overflow: hidden;
}

.index-box4 .w {
	display: flex;
	flex-wrap: wrap;
}

.index-box4 .left {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.875rem;
	text-align: center;
}

.index-box4 .left .t {
	margin-top: 1.2rem;
}

.index-box4 .text {
	flex: 1;
	margin-left: 6.25rem;
	color: #ffffff;
	padding-top: 2rem;
	padding-left: 3.75rem;
	box-sizing: border-box;
}

.index-box4 .text .t {
	font-size: 1.375rem;
}

.index-box4 .text .t2 {
	font-size: 1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 1.875rem 0 2.5rem 0;
	line-height: 1.8rem;
}

.index-box4 .text .txt {
	display: flex;
}

.index-box4 .text .txt .item {
	text-align: center;
	flex: 1;
	font-size: 1rem;
}

.index-box4 .text .txt .item .tt {
	font-size: 2.25rem;
}

.index-box4 .text .bg {
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .3);
	position: absolute;
	height: 100%;
	width: 100%;
	margin-left: -3.75rem;
	margin-top: -2rem;
}

.slideTxtBox2 .hd {
	display: flex;
	border-bottom: 2px solid #dddddd;
	padding-bottom: 1.25rem;
	margin-bottom: 2.5rem;
	width: 100%;
	align-items: center;
}

.slideTxtBox2 .hd .name {
	color: #222222;
	font-size: 1.875rem;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.slideTxtBox2 .hd .name img {
	margin-right: 1.25rem;
}

.slideTxtBox2 .hd ul {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #333333;
	font-size: 1.5rem;
}

.slideTxtBox2 .hd ul li {
	margin-left: 2.5rem;
	cursor: pointer;
	position: relative;
}

.slideTxtBox2 .hd ul li.on {
	color: #da251c;
	font-weight: bold;
}

.slideTxtBox2 .hd ul li.on::before {
	content: "";
	background: url(../img/i8.png) center no-repeat;
	width: 6.25rem;
	height: 0.6875rem;
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1.55rem;
}

.slideTxtBox2 .hd .more a {
	color: #da251c;
	font-size: 0.875rem;
	font-weight: bold;
}

.slideTxtBox2 .hd .more a:hover {
	text-decoration: underline;
}

.slideTxtBox2 .bd .box .img {
	position: relative;
	padding-bottom: 67.69%;
}

.slideTxtBox2 .bd .box .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slideTxtBox2 .bd .box .img::before {
	position: absolute;
	content: "";
	background: url(../img/bg-text.png) center no-repeat;
	height: 5.625rem;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-size: cover;
}

.slideTxtBox2 .bd .box .img .text {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	height: 4rem;
	line-height: 4rem;
	z-index: 2;
}

.slideTxtBox2 .bd .swiper-button-next {
	width: 3.75rem;
	height: 3.75rem;
	background: url(../img/next.png) center no-repeat;
	background-size: 100% 100% !important;
	right: -6rem;
}

.slideTxtBox2 .bd .swiper-button-prev {
	width: 3.75rem;
	height: 3.75rem;
	background: url(../img/prev.png) center no-repeat;
	background-size: 100% 100% !important;
	left: -6rem;
}

.slideTxtBox2 .bd .box {
	position: relative;
}

.index-box6 {
	background-color: #f7f7f7;
	padding: 2.5rem;
}

.index-box6 .w{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.slideTxtBox3 .hd {
	border-bottom: 1px solid #ddd;
}

.slideTxtBox3 .hd ul {
	display: flex;
}

.slideTxtBox3 .hd ul li {
	color: #222222;
	font-size: 1.125rem;
	cursor: pointer;
	margin-left: 2.5rem;
	position: relative;
	padding-bottom: 1rem;
}

.slideTxtBox3 .hd ul li.on {
	color: #da251c;
}

.slideTxtBox3 .hd ul li.on::before {
	content: "";
	width: 1.875rem;
	height: 3px;
	background-color: #da251c;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
}

.slideTxtBox3 {
	background-color: #fff;
	padding-top: 1.5625rem;
	padding-bottom: 2.5rem;
	flex: 1;
	margin-right: 2.5rem;
}

.index-box6 .right {
	width: 23.43%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.index-box6 .right a {
	display: block;
	width: 100%;
}

.slideTxtBox3 .bd ul {
	display: flex;
	flex-wrap: wrap;
	max-height: 7.8125rem;
	overflow-y: auto;
}

.slideTxtBox3 .bd .box {
	box-sizing: border-box;
	padding: 0 2.5rem;
	padding-top: 1.25rem;
}

.slideTxtBox3 .bd ul li {
	width: 19.5%;
	margin-right: 0.625%;
	margin-bottom: .3rem;
}

.slideTxtBox3 .bd ul li:nth-child(5n) {
	margin-right: 0;
}

.slideTxtBox3 .bd ul li a {
	display: block;
	background-color: #f7f7f7;
	color: #222222;
	font-size: 1rem;
	text-align: center;
	padding: .4rem 0;
}

.slideTxtBox3 .bd .right a:first-child {
	margin-bottom: 1.25rem;
}

.slideTxtBox3 .bd ul li:hover a {
	background-color: #da251c;
	color: #fff;
}

.form {
	margin-top: 1.875rem;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	padding: 1.25rem;
}

.hidden {
	display: none;
}

.news-lb {
	margin: 2.5rem auto;
}

.news-lb .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, .5);
	opacity: 1;
}

.news-lb .swiper-pagination-bullet-active {
	background-color: #fff;
}

.news-lb .swiper-slide {
	padding-bottom: 10.29%;
	position: relative;
}

.news-lb .swiper-slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new-box1 {
	padding: 2.5rem 0;
	background: url(../img/pic/bg1.png) center no-repeat;
	background-size: cover;
}

.new-box1 .w {
	display: flex;
	flex-wrap: wrap;
}

.new-box1 .left {
	width: 55.88%;
}

.new-box1 .left .swiper-slide {
	position: relative;
	padding-bottom: 65.78%;
}

.new-box1 .left .swiper-slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new-box1 .left .swiper-slide .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(../img/pic/text-bg.png) center no-repeat;
	height: 8.125rem;
	display: flex;
	align-items: center;
}

.new-box1 .left .swiper-slide .text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #ffffff;
	font-size: 1.25rem;
	text-align: center;
	width: 85%;
	margin: 0 auto;
}

.new-box1 .left .swiper-pagination-bullet {
	width: 0.875rem;
	height: 0.875rem;
	background-color: #fff;
	opacity: 1;
}

.new-box1 .left .swiper-pagination-bullet-active {
	background-color: #da251c;
}

.new-box1 .right {
	margin-left: 2.5rem;
	flex: 1;
}

.new-title {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #fff;
	height: 3.75rem;
}

.new-title .text {
	position: relative;
	flex: 1;
}

.new-title .text .t {
	top: 1.5rem;
	left: 0;
	color: rgba(220, 1, 2, .1);
	font-weight: bold;
	position: absolute;
	width: 100%;
	line-height: 0;
}

.new-title .text .t em {
	font-size: 3.75rem;
}

.new-title .text .t em.e2 {
	font-size: 1.875rem;
	display: inline-block;
	transform: translateY(-1rem);
}

.new-title .text span {
	color: #222222;
	font-size: 1.875rem;
	line-height: 5rem;
	font-weight: bold;
}

.new-title .more {
	line-height: 3.75rem;
	margin-right: 1rem;
}

.new-title .more a {
	color: #999999;
	font-size: 1rem;
}

.new-title .more span {
	color: #dc0102;
}

.new-title .more a:hover {
	text-decoration: underline;
}

.new-box1 .right ul {
	margin-top: 1.875rem;
}

.new-box1 .right ul li {
	background-image: linear-gradient(to right, #fff, #fff);
	margin-bottom: 0.625rem;
	padding: .9rem 0;
	padding-right: 2.5rem;
	position: relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.new-box1 .right ul li:last-child {
	margin-bottom: 0;
}

.new-box1 .right ul li a {
	display: flex;
	flex-wrap: wrap;
}

.new-box1 .right ul li .date {
	color: #da251c;
	border-right: 1px solid #ddd;
	padding-left: 1.5rem;
	padding-right: 1.25rem;
	margin-right: 1.25rem;
}

.new-box1 .right ul li .date .t {
	font-size: 1.875rem;
	font-weight: bold;
}

.new-box1 .right ul li .date .t2 {
	font-size: 0.875rem;
}

.new-box1 .right ul li .text {
	flex: 1;
	color: #222222;
	font-size: 1.25rem;
}

.new-box1 .right ul li .text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new-box1 .right ul li:hover {
	background-image: linear-gradient(to right, #dc0102, #452776);
}

.new-box1 .right ul li{
	position: relative;
	z-index: 99;
}

.new-box1 .right ul li:hover::before{
	position: absolute;
	content: "";
	background-color: #dc0102;
	height: 100%;
	width: 3.5rem;
	left: -3.5rem;
	top: 0;
}

.new-box1 .right ul li:hover .date {
	color: #fff;
	border-right: 1px solid #fff;
}

.new-box1 .right ul li:hover .text {
	color: #fff;
}

.m40 {
	margin: 2.5rem auto
}

.new-box2 {
	display: flex;
	flex-wrap: wrap;
}

.new-box2 .left {
	width: 55.88%;
}

.new-box2 .left .hot {
	background-image: linear-gradient(to right, #f8f8f8, #f8f8f8);
	margin-bottom: 0.625rem;
	padding: .9rem 0;
	padding-right: 2.5rem;
	position: relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	margin-top: 1.875rem;
}

.new-box2 .left .hot a {
	display: flex;
	flex-wrap: wrap;
}

.new-box2 .left .hot .date {
	color: #da251c;
	border-right: 1px solid #ddd;
	padding-left: 1.5rem;
	padding-right: 1.25rem;
	margin-right: 1.25rem;
}

.new-box2 .left .hot .date .t {
	font-size: 1.875rem;
	font-weight: bold;
}

.new-box2 .left .hot .date .t2 {
	font-size: 0.875rem;
}

.new-box2 .left .hot .text {
	flex: 1;
	color: #222222;
	font-size: 1.25rem;
}

.new-box2 .left .hot .text p.t {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.new-box2 .left .hot .text p.t2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #999999;
	font-size: 1rem;
	margin-top: .5rem;
}

.new-box2 .left .hot:hover {
	background-image: linear-gradient(to right, #dc0102, #452776);
}

.new-box2 .left .hot:hover .date {
	color: #fff;
	border-right: 1px solid #fff;
}

.new-box2 .left .hot:hover .text {
	color: #fff;
}

.new-box2 .left .hot:hover .text p.t2 {
	color: #fff;
}

.new-box2 .left ul li {
	border-bottom: 1px dashed #f2f2f2;
	margin-bottom: .7rem;
	padding-bottom: .7rem;
}

.new-box2 .left ul li:last-child {
	margin-bottom: 0;
}

.new-box2 .left ul li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.new-box2 .left ul li a .text {
	flex: 1;
	color: #333333;
	font-size: 1rem;
	display: flex;
	align-items: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-right: 1rem;
}

.new-box2 .left ul li a .text img {
	margin-right: .5rem;
}

.new-box2 .left ul li a .date {
	color: #999999;
	font-size: 1rem;
}

.new-box2 .left ul li:hover .text {
	color: #da251c;
}

.new-box2 .right {
	flex: 1;
	margin-left: 2.5rem;
}

.new-box2 .right .video {
	margin-top: 1.875rem;
}

.new-box2 .right .video img {
	width: 100%;
}

.new-box3 {
	background-color: #f8f8f8;
}

.new-box3 .w {
	display: flex;
	flex-wrap: wrap;
}

.new-box3 .left {
	width: 55.88%;
}

.p40 {
	padding: 2.5rem 0;
}

.new-box3 .right {
	flex: 1;
	margin-left: 2.5rem;
}

.new-box3 .right ul {
	margin-top: 1.875rem;
}

.new-box3 .right ul li {
	background-color: #fff;
	padding: 1rem 1.5rem;
	margin-bottom: 4px;
}

.new-box3 .right ul li a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.new-box3 .right ul li .date {
	color: #da251c;
	font-size: 1.125rem;
	border-right: 1px solid #ddd;
	padding-right: 1rem;
	margin-right: 1rem;
}

.new-box3 .right ul li .date span{
	font-weight: bold;
}

.new-box3 .right ul li .date em {
	font-size: 0.875rem;
}

.new-box3 .right ul li .text {
	color: #222222;
	font-size: 1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	flex: 1;
}

.new-box3 .right ul li:hover .text {
	color: #da251c;
}

.new-box4 {
	background: url(../img/pic/bg2.png) center no-repeat;
	background-size: cover;
	padding-top: 2.5rem;
}

.title-2 {
	text-align: center;
	position: relative;
}

.title-2 em {
	font-size: 1.875rem;
	color: #fff;
	display: inline-block;
	margin-top: 2rem;
}

.title-2 span {
	color: #fff;
	opacity: .1;
	font-size: 3.75rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-weight: bold;
}

.title-2 a {
	color: #fff;
	font-size: 1rem;
	position: absolute;
	right: 0;
	bottom: 0;
}

.title-2 a:hover {
	text-decoration: underline;
}

.new-box4 .text {
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .3);
	padding: 2.8rem 2.5rem;
	margin-top: 1.875rem;
}

.new-box4 .text .t {
	color: #ffffff;
	font-size: 1.25rem;
	text-align: center;
}

.new-box4 .text .t2 {
	color: #ffffff;
	font-size: 1rem;
	margin-top: 1.875rem;
	line-height: 2rem;
}

.new-box4 .text .txt {
	display: flex;
	justify-content: space-between;
	color: #fff;
	text-align: center;
	width: 60%;
	margin: 0 auto;
	margin-top: 2rem;
}

.new-box4 .text .txt .tt {
	font-size: 1.875rem;
	font-weight: bold;
}

.new-box4 .text .txt .tt2 {
	font-size: 1rem;
}

.new-box5 .swiper-slide {
	position: relative;
	height: 39.375rem;
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	transition: all .2s linear;
}

.new-box5 .swiper-slide .img::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: .4;
}

.new-box5 .swiper-slide a{
	display: block;
	height: 100%;
}

.new-box5 .swiper-slide .img{
	height: 100%;
}

.new-box5 .swiper-slide .img .tip {
	position: absolute;
	color: #fefefe;
	font-size: 1.5rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.new-box5 .swiper-slide .img .tip p {
	text-align: center;
	line-height: 0;
}

.new-box5 .swiper-slide .img .tip i {
	width: 30px;
	height: 2px;
	display: inline-block;
	background-color: #da251c;
}

.new-box5 .swiper-slide .img img {
	width: 100%;
	height: 100%;
}

.new-box5 .swiper-slide .text{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(218, 37, 28, .8);
	left: 0;
	top: 0;
}

.new-box5 .swiper-slide .text .center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
}

.new-box5 .swiper-slide .text .center .t{
	color: #fefefe;
	font-size: 1.5rem;
	line-height: 0;
}

.new-box5 .swiper-slide .text .center i {
	width: 30px;
	height: 2px;
	display: inline-block;
	background-color: #da251c;
	margin: 2rem 0 3rem 0;
}

.new-box5 .swiper-slide .text .center .txt{
	color: #fefefe;
	font-size: 1rem;
	line-height: 2.2rem;
}

.new-box5 .swiper-slide .text .center a{
	display: inline-block;
	font-size: 1rem;
	width: 12.5rem;
	height: 3.125rem;
	border: 1px solid #fff;
	text-align: center;
	line-height: 3.125rem;
	color: #fff;
	font-size: 1rem;
	border-radius: 30px;
	margin-top: 4rem;
}

.new-box5 .swiper-slide:hover{
	width: 640px !important;
}

.new-box5 .swiper-slide:hover .text{
	display: block;
}

.new-box5 .swiper-slide:hover .tip{
	display: none;
}

.new-box5{
	position: relative;
}

.new-box5 .w{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
}

.new-box5 .w .swiper-button-next{
	background: url(../img/icon/next2.png) center no-repeat;
	width: 5rem;
	height: 5rem;
	background-size: 100% 100%;
}

.new-box5 .w .swiper-button-prev{
	background: url(../img/icon/prev.png) center no-repeat;
	width: 5rem;
	height: 5rem;
	background-size: 100% 100%;
}

.title-3{
	margin: 2.5rem auto;
}

.title-3 span{
	color: #da251c;
}

.title-3 em{
	color: #222222;
}

.title-3 a{
	color: #999999;
}

.title-3 a em{
	color: #da251c;
	font-size: 1rem;
}

.footer{
	background-color: #252528;
	padding: 2.5rem 0;
}

.footer .w{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.footer .text{
	line-height: 2.2rem;
	color: #ffffff;
	font-size: 1rem;
}

.footer .right{
	display: flex;
	color: #ffffff;
	font-size: 1rem;
	text-align: center;
}

.footer .right .box:first-child{
	margin-right: 2rem;
}

.footer .right p{
	margin-top: .6rem;
}